h1.title-one {
    margin-top: 30px;
    margin-bottom: 30px;
}
img.img-one {
    mix-blend-mode: multiply;
}
img.img-two {
    mix-blend-mode: multiply;
}
img.img-three {
    margin-bottom: 30px;
}
img.img-four {
    mix-blend-mode: multiply;
}
img.img-five {
    mix-blend-mode: multiply;
}
img.img-six {
    mix-blend-mode: multiply;
}
img.img-seven {
    mix-blend-mode: multiply;
}

img.img-three {
    margin-left: 19%;
}
img.img-eight {
    width: 75%;
    mix-blend-mode: multiply;
    margin-top: 10px;
}
img.img-nine {
    padding-bottom: 30px;
    margin-left: 13%;
    padding-top: 20px;
}
img.img-ten {
    width: 80%;
    mix-blend-mode: multiply;
}
img.img-thirteen {
    width: 80%;
    mix-blend-mode: multiply;
    margin-top: -30px;
}
img.img-eleven {
    width: 80%;
    mix-blend-mode: multiply;
}
img.img-twelve {
    width: 80%;
    mix-blend-mode: multiply;
}
img.img-fourteen {
    mix-blend-mode: multiply;
}
@media only screen and (max-width: 1024px) {
img.img-three {
    margin-left: 10%;
}
}

@media only screen and (max-width: 768px) {
img.img-nine {
    margin-left: 0%;
}
img.img-three {
    margin-left: 0%;
    width: 100%;
}
img#imgThree {
    width: 50%;
}
img.img-thirteen {
    margin-top: -15px;
}
img.img-fourteen {
    mix-blend-mode: multiply;
    width: 100%;
}
}
@media only screen and (max-width: 425px) {
img.img-nine {
    margin-left: 0%;
    width: 100%;
}
img#imgThree {
    width: 20%;
    margin-top: 30px;
}
}